IDE (Integrated Development Environment) How To's
How to's for the IDE (Integrated Development Environment) guide.
How to Create a New Project in the IDE
Steps:
- Open the IDE screen.
- Select the �Create New Blank Project� option.
- Enter the project name, title, and path information.
- Click Save to create the project.
- Ensure that the new project does not exceed the allowed ProjectCount limit.
How to Use the Code Editor in the IDE
Steps:
- Open an existing project or create a new one.
- Navigate to the code editor section within the IDE.
- Write, edit, or review the code as needed.
- Utilize features such as syntax highlighting and code formatting.
- Save changes and use version control integration if available.
How to Open an Existing Project in the IDE
Steps:
- Open the IDE screen.
- Use the project list or search feature to locate the desired project.
- Select the project to open it.
- Review the project details on the project details screen, including code editing and toolbox options.